* {
	margin:0;
	padding:0;
}

html {
	background-color: #fff!important;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
	background-color: #fff!important;
}

form {
    float: right;
    position: relative;
    width: 255px;
	padding-right: 28px;
	margin-top: -4px;
}

form .forgetmenot {
	font-weight:normal;
	float:left;
	margin-bottom:0;
}

.button-primary {
    color: #FFFFFF!important;
    float: right!important;
    padding: 6px 14px!important;
    position: relative!important;
    margin-left: 10px!important;
    margin-top: 0!important;
    background: #D5224C!important;
    line-height: 90%!important;
	border: 0!important;
	text-shadow: none!important;
	font-weight: normal!important;
	cursor: pointer;
	font-size: 11px;
	text-transform: uppercase;
}

#login form p {
	margin-bottom:0;
}

label {
	color: #505050;
}

form .forgetmenot label {
	font-size:11px;
	line-height:19px;
}

form .submit,.alignright {
	float:right;
}

form p {
	margin-bottom:24px;
}

h1 {
	display: inline;
	width: 594px;
	height: 171px;
	float: left;
}

h1 a {
	background:url(../images/logowanie_baner.png) no-repeat top center;
	width:594px;
	height:171px;
	text-indent:-9999px;
	overflow:hidden;
	padding-bottom:15px;
	display:block;
}

#nav a {
    color: #0C416C !important;
    height: 40px;
    padding-top: 20px;
	text-decoration: none;
}

.login #backtoblog {
    background: url('../images/bar.png') center top no-repeat;
    color: #FFF;
    height: 36px;
    margin: 0 auto;
    width: 953px;
    padding-left: 100px;
    padding-top: 6px;
}

.login #backtoblog a {
    color: #FFF !important;
    text-decoration: none;
}

#login {
	width: 953px;
	margin:194px auto 0;
}

#login_error,.message {
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    float: right;
    margin: 0 0 16px 8px;
    padding: 12px;
    width: 304px;
}

#nav {
    float: right;
    margin: 7px 0 0 60px;
    padding: 16px 181px 16px 16px;
	clear: both;
}

body form .input {
    border-color: #BDCDD9;
    border-style: solid;
    border-width: 1px;
    color: #0C416C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 25px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 3px;
    padding-top: 4px;
    vertical-align: middle;
    width: 250px;
}

input {
	color:#555;
}

.clear {
	clear:both;
}

#pass-strength-result {
	font-weight:bold;
	border-style:solid;
	border-width:1px;
	margin:12px 0 6px;
	padding:6px 5px;
	text-align:center;
}